- Click Clone or Download and download the zip file
- Upzip the zip file and make a note of the folder in which it is located
Open RStudio and start a new script
Follow along by opening
r-geospatial-workshop-pt1-sp2018.htmlInstall required libraries
install.packages(
c("sp","rgdal","tmap","classInt","RColorBrewer",
"ggplot2","leaflet", "ggmap"), dependencies=TRUE
)





